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.4783,-96.9818)};var g_cf9ad2ca65265e31795644dfe32958db = new google.maps.Geocoder();g_cf9ad2ca65265e31795644dfe32958db.geocode( { 'address': "310 N 9th St, Midlothian, TX 76065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-TX-surety-bank').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-TX-surety-bank'), mapOptions);}document.getElementById('8bf4b056').innerHTML += ' | View Map';var $lcf9ad2ca65265e31795644dfe32958db = '

Surety Bank

Address: 310 N 9th St, Midlothian, TX 76065
Phone: (972) 775-8272
';var m_cf9ad2ca65265e31795644dfe32958db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Surety Bank',});m_cf9ad2ca65265e31795644dfe32958db['infowindow'] = new google.maps.InfoWindow({content: $lcf9ad2ca65265e31795644dfe32958db});var infowindow = new google.maps.InfoWindow({content: $lcf9ad2ca65265e31795644dfe32958db});google.maps.event.addListener(m_cf9ad2ca65265e31795644dfe32958db, 'click', function() {infowindow.open(map,m_cf9ad2ca65265e31795644dfe32958db);});$marker.push(m_cf9ad2ca65265e31795644dfe32958db);}});}google.maps.event.addDomListener(window, 'load', initialize);