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.7579,-97.7942)};var g_b4d06dccfaf9717f5dc3feb4effda896 = new google.maps.Geocoder();g_b4d06dccfaf9717f5dc3feb4effda896.geocode( { 'address': "800 Santa Fe Dr, Weatherford, TX 76086"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-citibank').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-citibank'), mapOptions);}document.getElementById('4287f2bd').innerHTML += ' | View Map';var $lb4d06dccfaf9717f5dc3feb4effda896 = '

Citibank

Address: 800 Santa Fe Dr, Weatherford, TX 76086
Phone: (817) 757-4138
';var m_b4d06dccfaf9717f5dc3feb4effda896 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_b4d06dccfaf9717f5dc3feb4effda896['infowindow'] = new google.maps.InfoWindow({content: $lb4d06dccfaf9717f5dc3feb4effda896});var infowindow = new google.maps.InfoWindow({content: $lb4d06dccfaf9717f5dc3feb4effda896});google.maps.event.addListener(m_b4d06dccfaf9717f5dc3feb4effda896, 'click', function() {infowindow.open(map,m_b4d06dccfaf9717f5dc3feb4effda896);});$marker.push(m_b4d06dccfaf9717f5dc3feb4effda896);}});}google.maps.event.addDomListener(window, 'load', initialize);