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(33.5614,-97.8388)};var g_74db120f0a8e5646ef5a30154e9f6deb = new google.maps.Geocoder();g_74db120f0a8e5646ef5a30154e9f6deb.geocode( { 'address': "101 E Pecan St, Bowie, TX 76230"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowie-TX-citibank').style.display = '';map = new google.maps.Map(document.getElementById('bowie-TX-citibank'), mapOptions);}document.getElementById('5986f589').innerHTML += ' | View Map';var $l74db120f0a8e5646ef5a30154e9f6deb = '

Citibank

Address: 101 E Pecan St, Bowie, TX 76230
Phone: (940) 872-5475
';var m_74db120f0a8e5646ef5a30154e9f6deb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_74db120f0a8e5646ef5a30154e9f6deb['infowindow'] = new google.maps.InfoWindow({content: $l74db120f0a8e5646ef5a30154e9f6deb});var infowindow = new google.maps.InfoWindow({content: $l74db120f0a8e5646ef5a30154e9f6deb});google.maps.event.addListener(m_74db120f0a8e5646ef5a30154e9f6deb, 'click', function() {infowindow.open(map,m_74db120f0a8e5646ef5a30154e9f6deb);});$marker.push(m_74db120f0a8e5646ef5a30154e9f6deb);}});}google.maps.event.addDomListener(window, 'load', initialize);