What multi domain module do you use? Is it WP 3.X compatible?
careful, I forgot the quotes on the numbers
Is there a domain per city? If so I use something like
if
($_SERVER[‘HTTP_HOST’]==’citya.com’)
{echo 223-4567;}
elseif
($_SERVER[‘HTTP_HOST’]==’cityb.com’)
{echo 987-6543;}
else
($_SERVER[‘HTTP_HOST’]==’cityc.com’)
{echo 666-7777;}
Add all the elseif lines you need