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.1352,-94.0654)};var g_baf4c5540f5b865947895d6f7ed30b68 = new google.maps.Geocoder();g_baf4c5540f5b865947895d6f7ed30b68.geocode( { 'address': "109 E Main St, Bloomburg, TX 75556"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomburg-TX-bloomburg-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('bloomburg-TX-bloomburg-state-bank'), mapOptions);}document.getElementById('3c0f392b').innerHTML += ' | View Map';var $lbaf4c5540f5b865947895d6f7ed30b68 = '

Bloomburg State Bank

Address: 109 E Main St, Bloomburg, TX 75556
Phone: (903) 728-5211
';var m_baf4c5540f5b865947895d6f7ed30b68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bloomburg State Bank',});m_baf4c5540f5b865947895d6f7ed30b68['infowindow'] = new google.maps.InfoWindow({content: $lbaf4c5540f5b865947895d6f7ed30b68});var infowindow = new google.maps.InfoWindow({content: $lbaf4c5540f5b865947895d6f7ed30b68});google.maps.event.addListener(m_baf4c5540f5b865947895d6f7ed30b68, 'click', function() {infowindow.open(map,m_baf4c5540f5b865947895d6f7ed30b68);});$marker.push(m_baf4c5540f5b865947895d6f7ed30b68);}});}google.maps.event.addDomListener(window, 'load', initialize);