var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(32.954,-97.1505)};var g_d3272a819b09ced96c69e22f183cc88e = new google.maps.Geocoder();g_d3272a819b09ced96c69e22f183cc88e.geocode( { 'address': "751 E Southlake Blvd, Southlake, TX 76092"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southlake-TX-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('southlake-TX-city-bank'), mapOptions);}document.getElementById('6ce21e9c').innerHTML += ' | View Map';var $ld3272a819b09ced96c69e22f183cc88e = '

City Bank

Address: 751 E Southlake Blvd, Southlake, TX 76092
Phone: (817) 310-6297
';var m_d3272a819b09ced96c69e22f183cc88e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Bank',});m_d3272a819b09ced96c69e22f183cc88e['infowindow'] = new google.maps.InfoWindow({content: $ld3272a819b09ced96c69e22f183cc88e});var infowindow = new google.maps.InfoWindow({content: $ld3272a819b09ced96c69e22f183cc88e});google.maps.event.addListener(m_d3272a819b09ced96c69e22f183cc88e, 'click', function() {infowindow.open(map,m_d3272a819b09ced96c69e22f183cc88e);});$marker.push(m_d3272a819b09ced96c69e22f183cc88e);}});}google.maps.event.addDomListener(window, 'load', initialize);